projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74170e3
)
* xterm.h (struct x_display_info): New member font.
author
Kenichi Handa
<handa@m17n.org>
Sun, 17 Feb 2008 02:02:33 +0000
(
02:02
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 17 Feb 2008 02:02:33 +0000
(
02:02
+0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 9fa2a36ae08f07092a263e880d3d424c042c3d25..a563fb9701f427bbe340bc59d29545baa28bf47c 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-176,6
+176,11
@@
struct x_display_info
/* The current capacity of x_font_table. */
int font_table_size;
+#ifdef USE_FONT_BACKEND
+ /* This provides a commonly used Font ID on this display. */
+ XFontStruct *font;
+#endif
+
/* Minimum width over all characters in all fonts in font_table. */
int smallest_char_width;